Crate puffin_egui[][src]

Expand description

Bindings for showing puffin profile scopes in egui.

Usage:

puffin_egui::profiler_window(&egui_ctx);

Re-exports

pub use egui;
pub use puffin;

Structs

The frames we can select between

Contains settings for the profiler.

Enums

Functions

Show the profiler.

Show an egui::Window with the profiler contents.